﻿
/*積分換領記錄*/

.big {
    clear: both;
}

@media (min-width: 1024px) {
    .big {
        padding: 0px 10px;
    }
}

.big a {
    color: #333;
}

    .big a:hover {
        text-decoration: none;
        /*color: #666;*/
    }
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        display: inline-block;
    }

.content .right {
    width: 85%;
    float: left;
}

    .content .right p.r_title {
        font-size: 17px;
        line-height: 40px;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .content .right p.r_title .layui-icon {
            font-size: 20px;
            position: absolute;
            left: 10px;
            display: none;
        }

    .content .right .team li {
        display: inline-block;
        margin-right: 20px;
        line-height: 30px;
        cursor: pointer;
    }

        .content .right .team li a {
            font-size: 14px;
        }

        .content .right .team li.choose {
            border-bottom: 2px solid #000;
        }

            .content .right .team li.choose a {
                color: #000;
            }


    .content .right .record {
        border: 1px solid #e0e0e0;
        margin-top: 20px;
        clear: both;
    }

    .content .right table {
        width: 100%;
    }

        .content .right table thead {
            background-color: #efefef;
        }

        .content .right table tr th {
            height: 35px;
            font-weight: 400;
            font-size: 116.66667%;
            color: #666;
            text-align: center;
            padding-left: 20px;
        }

    .content .right tr td {
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        border-top: 1px solid #e0e0e0;
    }

.norecord {
    text-align: center;
    line-height: 260px;
}

    .norecord img {
        width: 170px;
    }

    .norecord p {
        color: #8f8f94;
        font-size: 16px;
        margin-top: 10px;
    }

.content .right .type {
    color: red;
}

.content .right .operation a {
    margin: 0px auto;
    /*background-color: #F7A1B6;*/
    color: white;
    width: 80px;
    line-height: 25px;
    display: block;
}

    .content .right .operation a.nohref {
        background-color: #ccc;
        border: 1px solid #ccc;
        cursor: context-menu;
    }

.record .record_m {
    display: none;
}

.record .list {
    width: 100%;
    padding: 10px;
}

    .record .list .list_left {
        width: 23%;
        float: left;
    }

        .record .list .list_left img {
            width: 100%;
        }

    .record .list .list_right {
        width: 75%;
        float: left;
        margin-left: 2%;
    }

        .record .list .list_right p {
            margin-bottom: 5px;
        }

        .record .list .list_right .list_name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 600;
            font-size: 13px;
        }

        .record .list .list_right p span {
            color: red;
        }

        .record .list .list_right p a {
            padding: 5px 10px;
            float: right;
            /*background-color: black;*/
            color: white;
            border-radius: 3px;
        }

            .record .list .list_right p a.nohref {
                background-color: #ccc;
                border: 1px solid #ccc;
                cursor: context-menu;
            }

.record .nolist {
    text-align: center;
    margin-top: 10px;
}

    .record .nolist p {
        color: #8f8f94;
        font-size: 16px;
        margin-top: 10px;
    }
/*分頁*/
.page {
    display: none;
}

.page_sum {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
}

    .page_sum li {
        display: inline-block;
    }

.layui-laypage a:hover {
    color: #333;
}

@media only all and (max-width:1023px) {
    .main_head, .main_footer {
        display: none;
    }

    .location {
        display: none;
    }

    .content {
        padding: 0px;
    }

        .content .left {
            display: none;
        }

        .content .right {
            width: 100%;
        }

            .content .right p.r_title {
                text-align: center;
            }

                .content .right p.r_title .layui-icon {
                    display: block;
                }

            .content .right .record {
                border: none;
                margin-top: 0px;
            }

            .content .right .team li {
                width: 32.7%;
                margin: 0px;
                line-height: 40px;
                text-align: center;
                float: left;
            }

    .record table {
        display: none;
    }

    .record .record_m {
        display: block;
    }

    .record .list .list_right p {
        font-size: 12px;
    }
}
